Hi,
$metaData->getDataTypes($robot); return array of integers
so I was wondering how to map the integers returned by the getAttributes function with Database structure:
0 = integer
1 = ?
2 = ?
and so on
Hi,
$metaData->getDataTypes($robot); return array of integers
so I was wondering how to map the integers returned by the getAttributes function with Database structure:
0 = integer
1 = ?
2 = ?
and so on